Skip to main content
Syncause Logo
Syncause

Azure

Creation Time: 8–10 minutes (duration based on the East US region; actual time may vary depending on public resource download speeds)

warning

⚠️ Note:

  • This template will create an 8-core 16GB memory 200G storage virtual machine on the public cloud platform for running the Syncause server, and configure a public IP for remote access. Please note that public cloud platforms involve costs. All Terraform templates default to using on-demand pricing mode (hourly billing). Please destroy resources promptly after use to avoid additional charges.

Azure Automatic Installation

Open Azure CloudShell and execute the following command for one-click deployment.

Info

The template files are currently in private preview. Please log in to receive exclusive early access to the repository address when it becomes available.

tips
  • The script is recommended to be executed in Azure CloudShell, which is our tested deployment environment.
  • However, we also support execution in local Shell. If executing in a local Shell environment, please note the following:
    • You need to install the Terraform tool. Please go to the Terraform official website to install manually.
    • You need to configure Azure CLI tools and Azure credentials.

Azure Manual Deployment

Download Template Files

Open Azure CloudShell and download the template files.

Set Environment Variables

export ARM_SUBSCRIPTION_ID=$(az account show --query id -o tsv)
export ARM_TENANT_ID=$(az account show --query tenantId -o tsv)

Run Installation Commands

Checking login status…
unzip azure-vm.zip && cd azure-vm
export TF_VAR_syncause_license_key="<YOUR_KEY>"
terraform init
terraform plan
terraform apply

Destroy Resources

cd azure-vm
terraform destroy